projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9caa50c
)
quartz: Fix another typo
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 10 Mar 2017 12:26:05 +0000
(07:26 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 10 Mar 2017 12:27:12 +0000
(07:27 -0500)
gdk/quartz/gdkwindow-quartz.c
patch
|
blob
|
history
diff --git
a/gdk/quartz/gdkwindow-quartz.c
b/gdk/quartz/gdkwindow-quartz.c
index 2e7dc0a182a2d2dab81632306020a1fd1a7e7199..f868f35b06950e71d0011ca76163360be78841ce 100644
(file)
--- a/
gdk/quartz/gdkwindow-quartz.c
+++ b/
gdk/quartz/gdkwindow-quartz.c
@@
-2479,7
+2479,7
@@
gdk_quartz_window_set_functions (GdkWindow *window,
g_return_if_fail (GDK_IS_WINDOW (window));
- impl
e
= GDK_WINDOW_IMPL_QUARTZ (window->impl);
+ impl = GDK_WINDOW_IMPL_QUARTZ (window->impl);
if (functions & GDK_FUNC_ALL)
{